-
Notifications
You must be signed in to change notification settings - Fork 604
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Broker Data Plane Conformance tests for the Ingress and Consumer #3531
Add Broker Data Plane Conformance tests for the Ingress and Consumer #3531
Conversation
8a0b895
to
3ef4e95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Produced via:
gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -name '*.pb.go' -prune -o -type f -name '*.go' -print)
goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party | grep -v .pb.go | grep -v wire_gen.go)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Want to follow up with the same tests for broker v1? :D
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lberk, n3wscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
absolutely! thanks! |
/retry |
/retest |
The following jobs failed:
Automatically retrying due to test flakiness... |
Sorry for being late to the party (timezone diff and all :) ). Thanks for doing this, looks great!!! I'll file an issue for documentating how to run these tests for pre-existing brokers without having to look at the code :) |
Adding Data plane conformance tests for ingress and consumer as reported in #2705